$strDay = Date.GetCDay
("<date>")
Fetches the real name of the day in the given date expression.
Parameters
<date> Any valid date expression in dd/mm/yyyy format.
Return Value
Returns a string representing the day of the week such as Sunday, Monday etc.
Example
$ret = date.GetCDay ("17/10/2005")